hexadecimal code

英 [ˌheksəˈdesɪml kəʊd] 美 [ˌheksəˈdesɪml koʊd]

网络  十六进制代码

计算机



双语例句

  1. For example, if you pass the string a+ b to escape(), you get a% 20+% 20b ( 20 is the hexadecimal code of the space character).
    例如,如果将字符串a+b传递给escape(),结果将是a%20+%20b(20是空格符的16进制码)。
  2. The second message indicates that compilation has completed, and the hexadecimal address represents the starting offset of the machine code that will be executed each time the method is invoked.
    第二条消息说明编译过程已经完成了,十六进制的地址表示每次调用这个方法时,所执行的机器代码的起始偏移量。
  3. The easiest way to solve this issue is to encode any+ character as% 2B ( 2B is the hexadecimal code of+).
    解决这个问题最简单的方法是将所有+字符都编码为%2B(2B是+的16进制代码)。
  4. The palette section is where you would define the colour palette that you want, and assign friendly names to the colour selection as the colours are normally defined in hexadecimal code.
    调色板部分可以定义您想要的调色板,由于颜色通常是由16位进制代码定义的,您可以给颜色选项指定友好的名称。
  5. On other systems, a different hexadecimal code might need to be used ( this sequence does not undergo code page conversion).
    在其他系统上可能需要使用不同的十六进制代码(此序列不经历代码页转换)。
  6. The escape() function replaces almost any non-alphanumeric ASCII character with% followed by the two-digit hexadecimal code of the encoded character.
    escape()函数用%后跟被编码字符的两位16进制码代替了几乎所有非字母数字的ASCII字符。
  7. Where [ pid] is the process ID, [ error code] is an8-digit hexadecimal code, [ file name] is the source code file in the OpenSSL library, and [ line] is the line number in that source file.
    其中,[pid]是进程ID,[errorcode]是一个8位十六进制代码,[filename]是OpenSSL库中的源代码文件,[line]是源文件中的行号。
  8. Palette show the color map with HTML Hexadecimal color code for webpage designer.
    Palette能显示一系列常用的HTML颜色码,供网页或平面设计者使用。
  9. A user-defined protocol created by freeport mode is taken as the communication protocol, and hexadecimal ASCII code with BCC as the format of data transform.
    通信协议为自由模式下用户自定义的协议,数据传输格式为具有块校验字符的16进制ASCII编码。